From: Juri Linkov Date: Thu, 2 Sep 2004 09:29:59 +0000 (+0000) Subject: (Regexp Replace): Add missing backslash to \footnote. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21205 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4bef15800b19e6f5bd6155af2a4c0b7c5f46199;p=emacs.git (Regexp Replace): Add missing backslash to \footnote. --- diff --git a/man/search.texi b/man/search.texi index a0c64275de0..5a3814ebf5d 100644 --- a/man/search.texi +++ b/man/search.texi @@ -1080,7 +1080,7 @@ ask you to edit the replacement string in the minibuffer, putting point where the @samp{\?} was. For example, @example -M-x replace-regexp @key{RET} \footnote@{ @key{RET} +M-x replace-regexp @key{RET} \\footnote@{ @key{RET} \&\\label@{fn:\#\?@} @key{RET} @end example